google.golang.org/grpc.jsonRetryPolicy.MaxAttempts (field)

3 uses

	google.golang.org/grpc (current package)
		service_config.go#L108: 	MaxAttempts          int
		service_config.go#L324: 	if jrp.MaxAttempts <= 1 ||
		service_config.go#L334: 		MaxAttempts:          jrp.MaxAttempts,